Vcenter Namespaces Instances VpcNetworkInfo

Vcenter Namespaces Instances VpcNetworkInfo
Vcenter Namespaces Instances VpcNetworkInfo

The Vcenter Namespaces Instances VpcNetworkInfo schema describes the specification of a VPC Network configuration.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "vpc_config": {
        "private_cidrs": [
            {
                "address": "string",
                "prefix": 0
            }
        ]
    },
    "vpc": "string",
    "auto_created": false,
    "default_subnet_size": 0
}
vpc_config
Required

VPC configuration used for this namespace.

This property was added in vSphere API 9.0.0.0.

string
vpc
Required

NSX path of the VPC associated with the namespace.

This property was added in vSphere API 9.0.0.0.

boolean
auto_created
Required

Whether the VPC is automatically created for the namespace.

This property was added in vSphere API 9.0.0.0.

integer As int64 As int64
default_subnet_size
Required

Default size of namespace subnets.

This property was added in vSphere API 9.0.0.0.